UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The smb.conf file must not have an extended ACL.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22497 GEN006150 SV-26824r1_rule ECLP-1 Medium
Description
Excessive permissions could endanger the security of the Samba configuration file and, ultimately, the system and network.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2014-01-09

Details

Check Text ( C-39150r1_chk )
Check the group ownership of the Samba configuration file.
# ls -lL /etc/sfw/smb.conf
If the permissions include a "+", the file has an extended ACL and this is a finding.
Fix Text (F-24067r1_fix)
Remove the extended ACL from the file.
# chmod A- /etc/sfw/smb.conf